qr
computes the QR decomposition of the argument matrix,
returning a list with two elements q
and r
. These are
the Q and R matrices, such that, for an argument matrix of A:
"p"
is used, column pivoting is used,
with the permutation matrix returned in the list result as p
, such
that for a permutation matrix P,